div.abstract-image {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 600px;

}
div.abstract-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
div.banner-texts {
    margin-top: 60px;
}
div.banner-texts h1 {
    margin: 180px 0 0 0 !important;
    font-weight: 600;
}
div.banner-texts p.info {
    color: #212121;
    margin: 50px 50px 0 50px !important;
    font-size: 20px;
    line-height: 35px;
}

div.stats-area {
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 50px;
    border-radius: 17px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    padding: 14px;

}
div.stats-area div.stat {
    flex-grow: 1;
    height: 100%;
    margin: 10px 20px;
    /* margin: 20px; */
    border-right: 2px solid #e8e8e8;
}
div.stats-area p.title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
div.stats-area p.type {
    margin: 0 !important;
}

div.youtube-video-area {
    width: 100%;
    margin-bottom: 50px;
}
div.youtube-video-area div.child {
    background-color: #fff !important;
    border-radius: 11px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 30px;
}
div.youtube-video-area div.logo {
    height: 60px;
    width: 60px;
    background-color: #f5f7fa;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 11px;
    margin-bottom: 20px;
}

div.youtube-video-area div.child div.tab {
    flex: 1;
}
div.youtube-video-area div.start {
    align-items: flex-start;
    margin-right: 30px;
}

div.youtube-video-area p.title {
    margin-bottom: 20px !important;
}
div.youtube-video-area iframe {
    display: block;
    margin: 0 auto;
    border-radius: 17px;
    width: 100%;
    height: 500px;
}

button.play-youtube-video {
    flex-direction: row;
    display: flex;
    align-items: center;
    border: 0;
    padding: 9px;
    border-radius: 50px;
    border: 2px solid #212121;
    background-color: #212121;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #fff;
}
button.play-youtube-video:hover {
    background-color: #fff;
}
button.play-youtube-video:hover svg {
    fill: red !important;
}
button.play-youtube-video svg {
    height: 24px;
    width: 24px;
    fill: #fff;
    display: flex;
}
button.watch-more-yt-videos {
    border: 0;
    padding: 9px 18px;
    border-radius: 50px;
    background-color: #f5f7fa;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
}
button.watch-more-yt-videos:hover {
    background-color: #212121;
    color: #fff;
}
div.youtube-video-area p.info {
    margin: 0 !important;
}

@media only screen and (max-width: 1260px) {
    div.banner-texts p.info {
        font-size: 18px !important;
    }
    div.stats-area div.stat {
        margin: 10px !important;
    }

    div.stats-area p.title {
        font-size: 22px !important;
    }
    div.youtube-video-area iframe {
        height: 400px;
    }
    
}

@media only screen and (max-width: 1030px) {

    div.banner-texts h1 {
        margin-top: 150px !important;
    }
    div.banner-texts p.info  {
        font-size: 16px !important;
        line-height: 31px !important;
        margin: 40px 40px 0 40px !important;
    }
    div.faq-area div.child {
        margin: 30px 40px 0 40px !important;
    }
    div.faq-area button.accordion-button {
        font-size: 17px !important;
    }
    div.stats-area {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    div.stats-area p.title {
        font-size: 18px !important;
    }
    div.stats-area p.type {
        font-size: 15px;
    }

    div.youtube-video-area p.info
    {
        font-size: 15px !important;
    }
    div.youtube-video-area iframe {
        height: 300px;
    }

    button.watch-more-yt-videos,
    div.youtube-video-area p.doubts {
        font-size: 15px;
    }
    button.watch-more-yt-videos {
        padding: 7px 14px;
    }
    div.youtube-video-area div.doubts-area {
        margin-top: 20px !important;
    }

}

@media only screen and (max-width: 800px) {
    div.banner-texts h1 {
        margin-top: 120px !important;
    }
    div.faq-area button.accordion-button {
        font-size: 16px !important;
    }
    div.banner-texts p.info {
        line-height: 30px !important; 
        font-size: 15px !important;
        margin: 30px 30px 0 30px !important;
    }
    div.stats-area {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 7px !important;

    }
    div.stats-area div.stat {
        margin: 5px !important;
    }
    div.stats-area p.title {
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }
    div.stats-area p.type {
        font-size: 14px !important;
    }
    div.youtube-video-area iframe {
        height: 300px;
    }
    button.watch-more-yt-videos,
    div.youtube-video-area p.doubts {
        font-size: 12px;
    }
    /* div.doubts-area {
        position: absolute;
        display: grid !important;
    } */
}
@media only screen and (max-width: 677px) {
    div.doubts-area {
        display: grid !important;
    }
    button.watch-more-yt-videos {
        margin-left: 0 !important;
        width: 160px !important;
        margin-top: 5px !important;
    }
}



